ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Git​Hub Theme

by mauroreisvieira ST3 Trending

GitHub's Sublime Text themes

Details

  • 3.0.6
    1.8.2
  • github.​com
  • github.​com
  • 7 months ago
  • 2 hours ago
  • 6 years ago

Installs

  • Total 59K
  • Win 29K
  • Mac 16K
  • Linux 14K
Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10
Windows 0 14 7 12 9 7 15 11 17 6 11 13 13 7 12 11 10 10 7 11 16 10 12 10 13 11 11 6 10 10 5 6 11 5 7 5 8 7 14 10 7 6 8 8 4 2
Mac 1 4 4 2 5 13 8 15 9 8 7 11 10 5 8 9 7 7 5 8 8 8 4 2 2 4 4 4 8 6 2 3 9 6 8 5 8 9 4 2 6 6 3 2 1 3
Linux 0 7 4 6 4 4 13 6 4 8 3 8 2 2 4 4 5 6 10 9 4 7 9 4 2 8 6 5 4 3 6 5 2 3 5 6 2 2 7 8 6 1 13 6 4 2

Readme

Source
raw.​githubusercontent.​com

GitHub's Sublime Text themes

Project inspired on GitHub VS Code theme.

Install

Package Control:

  1. Open Command Palette using menu item Tools → Command Palette or CMD/CTRL + SHIFT +P.
  2. Choose Package Control: Install Package.
  3. Type GitHub Theme and press ENTER.

Manually:

  1. Download the latest release and unzip.
  2. Go to Sublime Text → Preferences → Browse Packages.
  3. Move folder inside and rename the folder to GitHub Theme.

Activate the Theme

You can activate available themes from:

  1. Command Palette Tools → Command Palette or CMD/CTRL + SHIFT + P
  2. Typing UI: Select Theme next find for your favorite theme:
    • GitHub Adaptive
    • GitHub Dark
    • GitHub Dimmed
    • GitHub Light
    • GitHub Dark High Colorblind 🆕
    • GitHub Dark High Contrast 🆕
    • GitHub Light High Colorblind 🆕
    • GitHub Light High Contrast 🆕
  3. Finally press ENTER:

You can activate available schemes from:

  1. Command Palette Tools → Command Palette or CMD/CTRL + SHIFT + P
  2. Typing UI: Select Color Scheme choose you favorite scheme:
    • GitHub Dark
    • GitHub Dimmed
    • GitHub Light
    • GitHub Dark High Colorblind 🆕
    • GitHub Dark High Contrast 🆕
    • GitHub Light High Colorblind 🆕
    • GitHub Light High Contrast 🆕
  3. Finally press ENTER:

Additionally, there are also two older schemes.

  • GitHub Light Legacy
  • GitHub Dark Legacy

Note: They might not get updated frequently and are kept for legacy reasons.

Recommended Settings

To enjoy a better experience using this theme in Sublime Text, please check the following settings.

{
    "font_face": "Fira Code",
    "highlight_line": true,
    "margin": 20,
    "line_padding_bottom": 7,
    "line_padding_top": 7,
    "caret_extra_bottom": 12,
    "caret_extra_top": 12,
    "hide_tab_scrolling_buttons": true
}